Skip to content
API Colombia
Main Navigation
API Reference
Rate Limiting
MCP Server
GitHub
Appearance
Menu
Return to top
Region information by Id
GET
/api/v1/Region/{id}
This endpoint returns the information for the region with the provided id
Parameters
Path Parameters
id
*
Type
integer
Required
Format
"int32"
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
0
,
"name"
:
"string"
,
"description"
:
"string"
,
"departments"
:
[
{
}
]
}
GET
/api/v1/Region/{id}
Playground
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI